home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Griffith 0.9.8 / griffith-0.9.8-win32.exe / {app} / lib / gtkglext-1.0 / include / gdkglext-config.h
C/C++ Source or Header  |  2004-09-27  |  542b  |  35 lines

  1. /* gdkglext-config.h
  2.  *
  3.  * This is a generated file.  Please modify `configure.in'
  4.  */
  5.  
  6. #ifndef GDKGLEXT_CONFIG_H
  7. #define GDKGLEXT_CONFIG_H
  8.  
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif /* __cplusplus */
  12.  
  13.  
  14. #define GDKGLEXT_WINDOWING_WIN32
  15.  
  16. #define GDKGLEXT_MULTIHEAD_SUPPORT
  17.  
  18. #if !defined(GDKGLEXT_MULTIHEAD_SUPPORT) && defined(GDK_MULTIHEAD_SAFE)
  19. #error "Installed GdkGLExt library doesn't have multihead support."
  20. #endif
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. #define GDKGLEXT_NEED_GLHALFNV_TYPEDEF
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif /* __cplusplus */
  33.  
  34. #endif /* GDKGLEXT_CONFIG_H */
  35.